home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / man / man-part1 / cat2 / histplot.2 < prev    next >
Text File  |  1999-09-16  |  665b  |  67 lines

  1.  
  2.  
  3.  
  4. histplot(2)                    Scilab Function                    histplot(2)
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11. NAME
  12.   histplot - plot an histogram
  13.  
  14. CALLING SEQUENCE
  15.   histplot(npoint,data,[style,strf,leg,rect,nax])
  16.  
  17. PARAMETERS
  18.  
  19.   npoint    : integer or a vector of increasing values of size (1,n1)
  20.  
  21.   data      : real vector
  22.  
  23.   [rest ]   : see plot2d
  24.  
  25. DESCRIPTION
  26.  
  27.   -    if npoint is an integer, plots an histogram of the values stored in
  28.        data using npoint-equally spaced classes.
  29.  
  30.   -    if npoint is a vector plots an histogram of the values stored in data
  31.        using the classes ]xi(k) xi(k+1)].
  32.  
  33.   Enter the command histplot() to see a demo.
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.